# (decoded with TMPL 13671) /*----------*/ void DoPaste (void); void DoPaste () { if (cur->text != nil) { TEPaste (cur->text); } } /*DoPaste*/